Release NoteΒΆ

Latest version 1.0.1

  1. Adding permission in manifest

    <uses-permission android:name="android.permission.BLUETOOTH"/>
    <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    

    You can see this changes on the Implementation page.

  2. Update BluetoothLEHelper initialization with sample code for configure fine location permission

    You can see this changes on the Implementation page.

  3. Adding DataManager.init(getApplicationContext()); for read the return message

    You can see this changes on the Implementation page and SOS Function page.

  4. Adding tracking functionality

    You can see this changes on the Tracking Function page

  5. Adding tagging functionality

    You can see this changes on the Tagging Function page